Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Conditional Namespace / ConditionalObjects.ConditionalObject<TItem,TObject,TExecutedResult> Class / GetReference Method
An integer value indicates the reference index.


In This Topic
    GetReference Method (ConditionalObjects.ConditionalObject<TItem,TObject,TExecutedResult>)
    In This Topic
    Gets the range reference at the specified index.
    Syntax
    'Declaration
     
    
    Public Function GetReference( _
       ByVal index As Integer _
    ) As Reference
    'Usage
     
    
    Dim instance As ConditionalObjects.ConditionalObject(Of TItem,TObject,TExecutedResult)
    Dim index As Integer
    Dim value As Reference
     
    value = instance.GetReference(index)
    public Reference GetReference( 
       int index
    )

    Parameters

    index
    An integer value indicates the reference index.

    Return Value

    A GrapeCity.Spreadsheet.Reference value represents the reference at the specified index.
    See Also